@charset "utf-8";
/* CSS Document */

.lianbo_1st_screen{ padding-top: 30px;}
.lianbo_nav{ width: 235px; background: #fff; position: relative;}
.lianbo_1ndNav ul{ padding: 16px 15px 3px;}
.lianbo_1ndNav li{ height: 83px; line-height: 83px; border-bottom: 1px solid #f2f2f2;}
.lianbo_1ndNav li a{ display: block; background: url(more.png) no-repeat right;}
.lianbo_1ndNav li a:hover{ color: #053881; background:url(more_selected.png) no-repeat right;}
.baodaoji{ background: url(resume_bg.jpg) no-repeat; height:92px; box-sizing: border-box; padding: 10px 0; text-align: right;}
.baodaoji a{color: #fff; font-size: 24px; padding-right: 37px; line-height: 36px;}
.lianbo_2ndNav{position: absolute; width:159px; top: 0; left: 235px; background-color:rgba(255,255,255,0.95); box-shadow: 0px 0px 3px 0 #dcdfe3; }
.lianbo_2ndNav li{ height:49px; line-height: 49px; padding:0 20px;}
.lianbo_2ndNav li:hover{ background:#eaecf0;}
.lianbo_2ndNav li:hover a{color: #053881;}

.lianbo_ad{ padding: 10px 0 0;}

/**********lianbolist yangshi***********/
.lianbo_listNav{width:950px; margin-bottom:20px; border-left: 1px solid #b2c1d8;}
.listNav{float:left; width: 20%; position: relative;}
.listNav a{ display: block; text-align: center; height: 40px; line-height: 40px; background: #fff; border: 1px solid #b2c1d8; border-left:none;}
.listNav a:hover{ background:#f2f5f8;}
.list2ndNav{ position: absolute; width: 100%; text-align: center; line-height: 40px; z-index: 999; display: none;}
.listNav:hover .list2ndNav{ display: block; animation: listNav_show 0.5s ease forwards;}
.list2ndNav li a{ background:#f2f5f8; border: 1px solid #b2c1d8; border-top:none;}
.list2ndNav li a:hover{background: #fff;}
@keyframes listNav_show{
	0%{ opacity: 0; top:0px;}
	100% { opacity: 1; top:40px;}
}
/*********quxian lishigaojian**********/
.history{ position:fixed; right: 50%; margin-right:600px; top: 300px;}
